From: Juri Linkov Date: Thu, 16 Aug 2007 00:10:58 +0000 (+0000) Subject: (mac-apple-event-map): Bind About Emacs menu item to about-emacs instead X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~17395 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7e2e821e9b5719c11dd950613d2c54cd47c325a3;p=emacs.git (mac-apple-event-map): Bind About Emacs menu item to about-emacs instead of display-splash-screen. --- diff --git a/lisp/term/mac-win.el b/lisp/term/mac-win.el index 44f8f70a252..b9f28323694 100644 --- a/lisp/term/mac-win.el +++ b/lisp/term/mac-win.el @@ -1791,7 +1791,7 @@ Currently the `mailto' scheme is supported." (define-key mac-apple-event-map [internet-event get-url] 'mac-ae-get-url) -(define-key mac-apple-event-map [hi-command about] 'display-splash-screen) +(define-key mac-apple-event-map [hi-command about] 'about-emacs) ;;; Converted Carbon Events (defun mac-handle-toolbar-switch-mode (event)